home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / coned28.zip / CONED.DOC next >
Text File  |  1992-05-15  |  25KB  |  572 lines

  1.  
  2.  
  3.       
  4.       
  5.       
  6.       
  7.       
  8.       
  9.       
  10.       
  11.       
  12.       
  13.       
  14.       
  15.       
  16.                     C O N f i g u r a t i o n
  17.     
  18.                            E D i t o r
  19.     
  20.     
  21.                             VER 2.8 
  22.     
  23.     
  24.                           May 15, 1992
  25.     
  26.     
  27.     
  28.                      Copyright (c) 1990 - 92
  29.                        All Rights Reserved
  30.                          -AV # TJV090
  31.     
  32.                          Ira T. Ashkenes
  33.                          10288 Abbott Rd
  34.                        Manassas, VA  22110
  35.                          (703) 335-2207
  36.  
  37. CONfiguration EDitor        Page 2             May 15, 1992
  38.             TABLE OF CONTENTS
  39.  
  40.      Trademarks/Copyrights                                           3
  41.  
  42.      Copyright Notice and Software License                           3
  43.  
  44.      SHAREWARE                                                       3
  45.  
  46.      Update Policy                                                   3
  47.  
  48.      Purpose:                                                        4
  49.  
  50.      WHY?                                                            4
  51.  
  52.      INSTALLATION                                                    5
  53.  
  54.      Using ConEd                                                     8
  55.  
  56.      FUNCTION KEYS                                                   9
  57.  
  58.      DISCLAIMER                                                     10
  59.  
  60.      Registration Form                                              11
  61.  
  62. CONfiguration EDitor         Page 3            May 15, 1992
  63.  
  64. Trademarks/Copyrights:
  65.  
  66. CONfiguration EDitor is copyrighted by Ira T. Ashkenes.
  67. TesSeRact is registered trademark of Innovative Data Concepts.
  68. The TesSeRact CXL User Interface Development System is copyrighted
  69.      by Innovative Data Concepts.
  70. Microsoft is a registered trademark of Microsoft Corporation.
  71. Borland C++ is a registered trademark of Borland International.
  72. QEMM is a trademark of Quarterdeck Office Systems.
  73. QEdit is a trademark of SemWare.
  74.  
  75. Copyright Notice and Software License:
  76.  
  77.      This document, other accompanying written and disk-based
  78. notes, files, and all referenced and related program files are
  79. copyrighted by Ira T. Ashkenes.
  80.  
  81.      This is not free software.  Non-registered users of this
  82. software are granted a limited license to make an evaluation copy
  83. for trial use.  This trial period shall not exceed 30 calendar
  84. days.  Any use of CONfiguration EDitor (ConEd) beyond the trial
  85. period without having sent in the registration fee is a violation
  86. of federal copyright laws.  At the end of this trial period, you
  87. should either register your copy or discontinue using ConEd.
  88.  
  89.   SHAREWARE
  90.   
  91.      ConEd is distributed under the "shareware" concept, also known
  92. as "user-supported software".  Under this concept, you save the
  93. high cost of packaging and distribution while still receiving high
  94. quality software. 
  95.  
  96.      You are free, and in fact encouraged, to distribute this
  97. software in its unmodified form to your friends, to BBS's and to
  98. user groups.  Companies that provide software duplication services
  99. may include ConEd in their catalog and provide copies for a
  100. reasonable duplication fee.  All copies must include the files
  101. "CONED.EXE", and "CONED.DOC".  You are not allowed to modify the
  102. files in any way, and this shareware notice must be kept intact.
  103. The author, Ira T. Ashkenes retains all other rights to the
  104. program.
  105.  
  106.      Why register?  If you use this program, then you should pay
  107. for your copy.  That way  I will be able to provide you support and
  108. updates.  Plus, registered users receive technical support.  You
  109. will also receive a serial number which will display a name of your
  110. choosing.
  111.  
  112.      Update Policy
  113.  
  114.      Registered users of ConEd are registered for life.  Plain and
  115. simple, you only make your purchase once, and I supply you with a
  116. 'key' that will register this version and all subsequent versions
  117. of ConEd.  When you send in your payment, if you would like the latest
  118. version of ConEd sent to you, please include a $3.00 shipping fee.
  119.  
  120. CONfiguration EDitor        Page 4             May 15, 1992
  121.  
  122.      Purpose:
  123.         
  124.      CONfiguration EDitor allows a user to boot their PC/MS-DOS
  125. Computer with any AUTOEXEC.BAT and CONFIG.SYS that they have
  126. predefined, or interrupt the boot process and create a new one. 
  127. You can create as many AUTOEXEC.BAT/CONFIG.SYS combinations as your
  128. computers memory will allow.
  129.       
  130.       
  131.      WHY?
  132.       
  133.      Some history.  As a Software Engineer, I have the need to use
  134. many different memory configurations and language compilers. When
  135. using Microsoft Windows, or Quarterdecks' QEMM, or running
  136. RAMDISKs, I need to have a different set of AUTOEXEC.BAT and
  137. CONFIG.SYS files available.  When programming with different
  138. language compilers, I also need to have my environment set up for
  139. each compiler.  The list goes on and on.
  140.  
  141.      To really complicate matters, when I am on a PC connected to
  142. a network, I need to incorporate the network configuration files
  143. into both my AUTOEXEC.BAT and CONFIG.SYS files.  Things were really
  144. becoming cumbersome there for a while.  I had a number of batch
  145. files I wrote which would copy a temporary AUTOEXEC.BAT and
  146. CONFIG.SYS file to my root directory, then I would manually issue
  147. the famous <CTRL>-<ALT>-<DEL> command to reboot my PC.
  148.       
  149.      Searching through the local bulletin boards, I was able to
  150. find two good programs that allow a user to select a predefined
  151. boot configuration, however, each program boasted an internal
  152. editor.  I had to learn a new set of editor commands if I wanted
  153. revise an AUTOEXEC.BAT or CONFIG.SYS from within the program.  This
  154. was not acceptable, as when I needed an 'on - the - fly'
  155. configuration, I usually needed it in a hurry.  Additionally, I
  156. found the user interface to be a little clumsy for the novice
  157. end-user.  Thus, the development of ConEd.
  158.  
  159.      With ConEd, you have the ability to boot up a machine and
  160. select from several different configurations.  You can choose to
  161. invoke a Network/LAN, or choose a particular library to use, or
  162. free up as much memory for DOS as possible by NOT loading some
  163. TSRs'.  The options are almost endless.  If you are in need of more
  164. than one configuration, ConEd is for you.
  165.  
  166. I'd be happy to hear of any improvements you'd like to see, as well
  167. as any bug reports.  
  168.   
  169. CONfiguration EDitor        Page 5             May 15, 1992
  170.  
  171. When registering, or writing for any reason, please include the
  172. following:
  173.   
  174.     1.  ConEd version number
  175.     2.  where you obtained your copy from
  176.     3.  a description of your system  
  177.     4.  your full name and address
  178.  
  179.      If you are experiencing problems, in addition to the above
  180. requested information, please send me a copy of your CONFIG.SYS and
  181. AUTOEXEC.BAT files.  This may help in identifying what program/
  182. driver ConEd my be in conflict with.
  183.   
  184.      If you have any suggestions or discover any problems with the
  185. program you  can reach me thru the Elusive Diamond BBS system
  186. (300/1200/2400/9600 HST, 8N1) at 703-323-6423/1782.  The Elusive Diamond
  187. (DGS ALPHA) is part of a consortium of BBS sysops dedicated to providing
  188. the best in BBS support.  The Elusive Diamond provides first time
  189. callers download access.  Another Board providing support is The Break
  190. East BBS, (703) 680-9269 USR/DS HST/V.32 (a 4 Gig system!). On The
  191. Break, you can download the lates version of ConEd from the personal
  192. download area on your first call.  At the Main prompt type "F" for
  193. files, then "P" for personal download.  Both are among the finest of
  194. boards. You can direct mail to me thru RIME, using the ->DIAMOND mail
  195. address.
  196.  
  197.      If you have an account on CompuServe, my mail address is
  198. 72560,3553, or if you have an account on GEnie, I can be reached
  199. there as IASHKENES, and I usually call both services every 2 - 3
  200. days to check on mail.
  201.  
  202.      I also monitor the RelayNet International Message Exchange C
  203. programming, Programming, ShareWare, and Software Review
  204. Conferences, and will respond to all questions from there as wel